﻿@charset "utf-8";
/* CSS Document */
body{ font-size:100%;line-height:1.1; width:100%; position:relative; background:none;  font-family:"苹方", PingFangSC-Regular,"微软雅黑", sans-serif; overflow-x:hidden; background: #fff;}
*{ padding:0; margin:0;}
img{ max-width:100%;}
#bdshare_weixin_qrcode_dialog *,#bdshare_weixin_qrcode_dialog{ box-sizing:content-box; }
.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}
*{ margin:0; padding:0; outline:none; }
a{ color:inherit;}
a:focus{ outline: none !important;}
h4, .h4, h5, .h5, h6, .h6,h1, .h1, h2, .h2, h3, .h3,p{ margin:0;}
h5{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
h5 a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
img{ max-width:100%; max-height:100%;}
.img img{ width:100%; height:100%;}
svg{ max-width:100%; max-height:100%;}
table{table-layout: fixed;}
.m1100{ width:1100px; margin:0 auto; display: block; position:relative;}
.m{ max-width: 1600px; height:100%;margin: 0 auto; padding-left:100px; padding-right: 100px; display: block; position:relative;}
.m1280{max-width: 1280px; width:100%; height:100%; margin: 0 auto; padding:0 40px; display: block; position:relative;}
.m1360{max-width: 1360px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.m1400{max-width: 1540px; width:100%; height:100%; margin: 0 auto; padding:0 70px; display: block; position:relative;}
.m1600{max-width: 1600px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.m1689{max-width: 1689px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.m1900{max-width: 1900px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.pad_top{ padding-top:4.06rem;}
.pad_bot{ padding-bottom:4.06rem;}
.pad_aside{ padding-left:45px; padding-right:45px;}
.draw_h{ width: 67px !important; height: 67px !important; line-height: 65px !important; display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0 , 188.49;
	stroke-dashoffset:188.49;
	transition: all .3s linear 0s;	
}
.draw_h:hover svg.drawcircle circle { 
    stroke:#fff;
	stroke-dasharray:188.49 , 0;
	stroke-dashoffset:188.49;
	-webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.draw_h:hover .icon{ fill:#0081cc;}
/*===========================header=============================*/
#header{ height:7rem; z-index:999; width:100%; position:fixed; background: #fff; top:0;  transition:.5s; box-shadow: 0 1px 3px rgba(0,0,0,.1);}
#header .container{ height:100%;}
#logo{ float:left; height:100%;}
#logo img{ }
.top_tel{float:left; height:7rem;padding-left:2rem; background: url(../images/top_tel.png) left center no-repeat; transition:.5s; font-style: italic;}
.top_tel font{ font-size: 11px; color: #3e3e3e; font-family: PingFangSC-Medium; display: inline-block; }
.top_tel .j_an_num{ font-family: BarlowCondensed-SemiBold; font-size:1.875rem; color:#004f9e; display: inline-block;}
#nav{ float:left; margin-right:30px;}
#nav ul{}
#nav ul li{ float:left;  position:relative; z-index:0;}
#nav ul li a{ display:block; padding:0 1.0625rem; text-transform:uppercase;}
#nav ul li h3{ font-size:1.0625rem; color:#3e3e3e; line-height:7rem; transition:.5s; overflow:hidden; position:relative;}
#nav ul li.on h3,#nav ul li:hover h3{ color:#004f9e; font-weight: bold;}
#nav ul li .sub{ position:absolute; top:100%; background:#fff; width:160px; left:50%; margin-left:-80px;border:1px solid #bbb; border-bottom:5px solid #004f9e; z-index: 10000; transform:translateY(-20px); visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
#nav ul li .sub .box{ padding:10px 10px; background:#fff; text-align: center;}
#nav ul li .sub a{ padding:0; line-height:2; transition:.3s; font-size:.875rem;}
#nav ul li .sub a:hover{ color:#004f9e;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav ul li .sub:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 50%; margin-right:-20px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
#header.xg{ height: 5rem;}
#header.xg #nav ul li h3{line-height:5rem;}
#header.xg .top_tel{height:5rem;}
/***********************/
/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:999; transition:0s 1.5s; background: #fff;}
#m_header .m{ position:relative; height:100%;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left;}
#m_logo img{ display:block; max-height: 60%;}
/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #939393;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav { z-index: 99999; position: fixed; background:#eb6622; width:21rem;  height:100vh; right: -400px; top: 0; display:none; padding:50px 0; overflow:hidden; 
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;}
#m_nav.act{ pointer-events: auto; right:0;}
#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 2.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{  }
#m_nav li .a h3{ line-height:4.5rem; height:4.5rem; color:#fff; padding:0; font-size:1.125rem; float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{  opacity:1;filter:alpha(opacity=100); display:inline-block; width:10px; height:4.5rem; float:right; display:inline-block; background: url(../images/arrow_down.svg) center no-repeat; background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:35px;height: 35px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}

/*顶部搜索*/
.wap_search{ font-size:16px;border-radius: 5px; color:#fff;text-align:center; font-family:arial;letter-spacing:2px;line-height:40px; transition:height .4s ease-in-out;-webkit-transition:height .4s ease-in-out;overflow:hidden; width: 100%;}
.wap_search form{height:40px;border-radius:20px;border: 1px solid rgba(255,255,255,.6);position:relative;width: 18rem; margin: 20px auto; }
.wap_search .input{ font-size:.875rem; color:#fff; height:38px; line-height:38px; padding:0 1rem; box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
.wap_search .btn_blue{ position:absolute; cursor:pointer; top:0; right:0; width: 40px;height:38px; line-height:38px; border:0; background:url(../fonts/seach_white.svg) center no-repeat; background-size: 1.5rem;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#fff; color: rgba(255,255,255,.7); }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
 

/*首页banner*/
#banner .swiper-container { height:725px; margin-top: 7rem; }
#banner .swiper-slide { overflow: hidden;}
#banner .slide-inner { position: absolute;  width: 100%; height: 100%;left: 0; top: 0; background-size: cover; background-position: center; background-repeat: no-repeat !important;}
#banner .swiper-button-prev{ background: none; opacity:.8; left:5%;}
#banner .swiper-button-next{ background: none; opacity:.8; right:5%;}
#banner .swiper-button-white .arrow{ width:.625rem; vertical-align:middle; display:inline-block;} 
#banner .swiper-button-white .arrow path{ stroke:#fff;}

.s_tt{ text-align: center; margin-bottom: 3rem;}
.s_tt h3{ font-size: 2.5rem; color: #000;}
.s_tt h3 span{ display: inline-block; position: relative; z-index: 1;}
.s_tt h3 i{ display: block; width: 1.5625rem; height: 1.5625rem; border-radius: 50%; border: .375rem solid #ececec; position: absolute; right:-.625rem; top: -.625rem; z-index: -1;}
.s_tt p{ font-size: .975rem; color: #969696; margin-top: 1.25rem;}

.s_tt.white h3{ color: #fff;}
.s_tt.white i{border: .375rem solid #eb671a; }
.s_tt.white p{ color: #fff; opacity: .6;}

#s_pro{ width: 100%; overflow: hidden;}
#s_pro ul{}
#s_pro ul li{ width: 12.6%; float: left; height: 462px; transition: .5s; overflow: hidden;}
#s_pro ul li.on{ width:37%;}
#s_pro ul li a{ display: block; padding-left: 1px;}
#s_pro ul li .box{height: 462px; color: #fff;position: relative;transition: .5s;}
#s_pro ul li .txt:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.5); transition: .5s; z-index: -1;}
#s_pro ul li .txt{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; padding: 0 1.5rem; transition: .5s; z-index: 1; }
#s_pro ul li .tt{}
#s_pro ul li .con h3{ font-size: 1.125rem; line-height: 1.875rem;transition: .3s; height: 3.75rem; }
#s_pro ul li .con h4{ font-size: 1.125rem; line-height: 1.875rem; opacity: 0;transition: .5s; height: 0; }
#s_pro ul li .con h3 span{ display: block;}
#s_pro ul li .con{ color: rgba(255,255,255,.8); transition: .5s;}
#s_pro ul li .con p{ font-size: .75rem; line-height: 1.5rem; height: 0; margin-top: .875rem; width: 16.25rem; opacity: 0; overflow: hidden; transition: .5s;  margin-bottom: 1.5rem;}
#s_pro ul li .btn_arrow{ }
.btn_arrow{ display: block; width: 1.875rem; height: 1.875rem; border-radius: 50%; border: 1px solid #fff; background: url(../images/btn_arrow.png) center no-repeat;}
#s_pro ul li.on .box .txt{ width: 21.25rem; height: 13rem; transition-delay: .4s; }
#s_pro ul li.on .box .txt:before{ background:rgba(230,112,21,.9); }
#s_pro ul li.on .box .con p{ opacity: 1; height:3rem;  }
#s_pro ul li.on .box .con h3 { opacity: 0; height:0; }
#s_pro ul li.on .box .con h4 { opacity: 1; height: 1.875rem;}

.moreT{ position: relative; z-index:1; -webkit-transition: all .5s; transition: all .5s; background: #004f9e; color: #fff; text-align: center; border-radius: 1.75rem; line-height: 3.4375rem; width: 12.8125rem; height: 3.4375rem; display: block; text-transform: uppercase; overflow: hidden;  margin: 0 auto; margin-top: 2rem; font-size: 1rem;}
.moreT:before { content: ""; display:block; width:0; height: 100%; background:#d76003; position: absolute; z-index:-1; right: 0; top: 0;
    -webkit-transition: .38s cubic-bezier(.4,0,.2,1); transition: .38s cubic-bezier(.4,0,.2,1); }
.moreT:hover:before { width:100%; right:auto; left:0;}

#s_pro02{ width: 100%; overflow: hidden;  background: #efefef;}
#s_pro02 .hd{ border-bottom: 1px solid #d5d5d5; margin-bottom: 2.5rem;}
#s_pro02 .hd ul{ text-align: center;}
#s_pro02 .hd ul li{}
#s_pro02 .hd ul li a{ font-size: 1rem; color: #404040; padding-bottom: 1.5rem; display: inline-block; position: relative; white-space: nowrap;}
#s_pro02 .hd ul li a:before{ content: ""; display: block; width: 0; height: 3px; background: #004f9e; right: 0; bottom: 0; opacity: 0; transition: .5s; position: absolute;}
#s_pro02 .hd ul li.slick-current a{ color: #004f9e;font-family: PingFangSC-Medium;}
#s_pro02 .hd ul li.slick-current a:before{ opacity: 1; width: 100%; left: 0; right: auto;}
#s_pro02 .bd{}
#s_pro02 .bd ul{ overflow: hidden; margin: 0 -9px;}
#s_pro02 .bd ul li{ width: 20%; float: left; padding: 0 9px; margin-bottom: 20px;}
#s_pro02 .bd ul li a{ display: block;}
#s_pro02 .bd ul li .img{}
#s_pro02 .bd ul li .img img{}
#s_pro02 .bd ul li .txt{ background: #fff; padding: 1.25rem 2.125rem; position: relative; z-index: 1;}
#s_pro02 .bd ul li .txt h5{ font-size: 1.125rem; color: #484848; margin-bottom: .75rem;}
#s_pro02 .bd ul li .txt p{ font-size: .75rem; color: #6e6e6e; line-height: 1.25rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#s_pro02 .bd ul li .txt:before{ content: ""; display: block; width: 0; height: 3px; background: #004f9e; right: 0; bottom: 0; opacity: 0; transition: .5s; position: absolute;}
#s_pro02 .bd ul li a:hover .txt:before{opacity: 1; width: 100%; left: 0; right: auto;}
#s_pro02 .bd .moreT{}

#s_case{ width: 100%; overflow: hidden; background: url(../images/s_case_bg.jpg) center no-repeat;}
#s_case ul{ margin-top: -1rem;}
#s_case ul li{ width: 25%; float: left; padding: 0.6rem;}
#s_case ul li a{ display: block; background: #fff;}
#s_case ul li .img{}
#s_case ul li .img img{ transition: 1s;}
#s_case ul li:hover .img img{ transform: scale(1.1) rotate(.1deg);}
#s_case ul li .txt{ padding: 1.5rem 2.5rem; background: #fff;}
#s_case ul li .txt h5{ font-size: 1.25rem; color: #535353; margin-bottom: .75rem;}
#s_case ul li .txt p{ font-size: .875rem; color: #676565; background: url(../images/ico_tag.png) left center no-repeat; padding-left: 1.5rem; background-size: .875rem;}

#s_yinxiao{ width: 100%; overflow: hidden; background: #efefef; }
#s_yinxiao .s_tt h3 i{ border: .375rem solid #d9d9d9; }
#s_yinxiao ul{ margin-top: -1rem;}
#s_yinxiao ul li{ width: 20%; float: left; padding:2.5rem 1.25rem;}
#s_yinxiao ul li a{ display: block; background: #fff; transition: .5s;}
#s_yinxiao ul li .box01{ text-align: center; padding: 3.4375rem 0; position: relative; overflow: hidden; z-index: 1;}
#s_yinxiao ul li .box01:before{ content: ""; display: block; position: absolute; width: 600px; height: 600px; left: 50%; margin-left: -300px; bottom: 0; background: #004f9e; z-index: -1; border-radius: 100%;}
#s_yinxiao ul li .box01 font{ width: 2.5rem; margin: 0 auto;}
#s_yinxiao ul li .box01 font img{ display: inline-block;}
#s_yinxiao ul li .box01 h5{ font-size: 1.25rem; color: #fff; margin-top: 1.125rem;}
#s_yinxiao ul li .box02{ padding: 2.25rem 2rem;}
#s_yinxiao ul li .box02 .con{ font-size: .8125rem; color: #606060; line-height: 1.5rem; height: 12rem; overflow: hidden; text-align: justify;}
#s_yinxiao ul li .box02 .con p{ text-align: left;text-align: justify;}

 
#s_pinzhi{ width: 100%; overflow: hidden; background:url(../images/s_pinzhi_bg.jpg) center bottom no-repeat;}
#s_pinzhi .center_box{ display: block; width: 566px; height: 604px; margin: 0 auto; position: relative; margin-top: 140px; margin-bottom: 140px;}
#s_pinzhi .center_box ul{}
#s_pinzhi .center_box ul li{}
#s_pinzhi .center_box ul li .ico{ display: block; width: 95px; height: 108px; background: url(../images/s_polo01.png) center no-repeat; background-size: contain !important; text-align: center; line-height: 108px; position: absolute; cursor: pointer;}
#s_pinzhi .center_box ul li .ico .img01{ filter: drop-shadow(5px 1px 3px rgba(0,0,0,0.1)); -webkit-filter: drop-shadow(5px 1px 3px rgba(0,0,0,0.1));}
#s_pinzhi .center_box ul li .ico .img02{ display: none;}
#s_pinzhi .center_box ul li .txt{ color: #fff; position: absolute; width: 21rem; padding-top: 10px;}
#s_pinzhi .center_box ul li .txt h5{ font-size: 1.25rem;font-family: PingFangSC-Medium; margin-bottom: 12px;}
#s_pinzhi .center_box ul li .txt p{ font-size: 13px; line-height: 24px;}
#s_pinzhi .center_box ul li .txt.fl{ text-align: right; margin-right: 32px;}
#s_pinzhi .center_box ul li .txt.fr{ margin-left: 32px;  }

#s_pinzhi .center_box ul li.li_1 .ico{ left: 13px; top: 118px;}
#s_pinzhi .center_box ul li.li_2 .ico{ left: 237px; top: 0;}
#s_pinzhi .center_box ul li.li_3 .ico{ right: 13px; top: 118px;}
#s_pinzhi .center_box ul li.li_4 .ico{ right: 0; top: 385px;}
#s_pinzhi .center_box ul li.li_5 .ico{ left: 237px; bottom: 0;}
#s_pinzhi .center_box ul li.li_6 .ico{ left: 0; top: 385px;}


#s_pinzhi .center_box ul li.li_1 .txt{ right: 547px; top: 118px;}
#s_pinzhi .center_box ul li.li_2 .txt{ left:50%; top: -110px; text-align: center; width:22rem; margin-left: -11rem; }
#s_pinzhi .center_box ul li.li_3 .txt{ left: 547px; margin-left: 32px; top: 118px;}
#s_pinzhi .center_box ul li.li_4 .txt{ left: 100%; top: 385px;}
#s_pinzhi .center_box ul li.li_5 .txt{ left:50%; bottom: -110px; text-align: center; width:22rem; margin-left: -11rem;}
#s_pinzhi .center_box ul li.li_6 .txt{ right: 100%; top: 385px;}

#s_pinzhi .center_box ul li.on .ico{background: url(../images/s_polo02.png) center no-repeat; }
#s_pinzhi .center_box ul li.on .ico .img01{ display: none;}
#s_pinzhi .center_box ul li.on .ico .img02{ display: inline-block;}

#s_pinzhi .pic_box{ position: absolute; width: 308px; height: 357px;top: 125px; left: 129px;}
#s_pinzhi .pic_box img{ position: absolute; width: 100%; height: 100%; display: none;}
#s_pinzhi .pic_box img.on{ display: block;}

#s_fuwu{ width: 100%; overflow: hidden; padding-bottom: 1rem;}
#s_fuwu .hd{ overflow: hidden; margin-bottom: 2.75rem;}
#s_fuwu .hd ul{ max-width:30rem; margin: 0 auto;}
#s_fuwu .hd ul li{ padding: 0 7px;}
#s_fuwu .hd ul li a{ display: block; height: 3.4375rem; line-height: 3.4375rem; text-align: center; display:block; text-align:center; font-size:1.125rem; color:#0a0204; border-radius:1.75rem; position:relative; z-index:0; overflow:hidden; transition:all ease 600ms;}
#s_fuwu .hd ul li a:before{ content:""; position: absolute; right: 0; top: 0; display: block; height:100%; width:100%;border-radius:1.75rem; box-sizing:border-box; border:1px solid #d7dddf; transition:.6s; z-index:-1;}
#s_fuwu .hd ul li.slick-current a:before{ border:1px solid #ff6900;}
#s_fuwu .hd ul li a:after{ content:""; position: absolute; right: 0; top: 0; display: block; height:100%; width:0; background:#ff6900; transition:.6s; z-index:-1;}
#s_fuwu .hd ul li.slick-current a:after{ width:100%; left:0; right:auto;}
#s_fuwu .hd ul li.slick-current a{ color:#fff;  }
#s_fuwu .bd{ position: relative; transition: 1s;}
#s_fuwu .bd ul{ display: flex; justify-content: space-around;}
#s_fuwu .bd ul li{ float: left; margin: 0 -2rem; text-align: center; font-size: .9375rem; line-height: 1.5rem; height: 3rem; color: #616161; width: 15rem;	}
#s_fuwu .bd ul li:nth-child(even){ bottom: 100%;}
#s_fuwu .bd ul.ul_1{ margin-left: 5%; margin-right: -5%; margin-bottom: .5rem;}
#s_fuwu .bd ul.ul_2{ margin-left: -5%; margin-right: 5%; margin-top: .5rem;}

#s_about{ width: 100%; overflow: hidden; background:url(../images/s_about_bg.png) center top no-repeat #fff; /*padding-top: 12rem;*/}
#s_about .fl{ width: 50%;}
#s_about .fr{ width: 46%;}
#s_about .tt{ margin-bottom: 1rem;}
#s_about .tt span{ font-size: 1.375rem; color: #bebebe;font-family: BarlowCondensed-Light; }
#s_about .tt h3{ color: #004f9e; font-size: 1.375rem;}
#s_about .tt h3 b{ font-size: 2.2rem;font-family: BarlowCondensed-SemiBold;}
#s_about .tt p{ font-size: 1.1rem; color: #2f2f2f; font-family: PingFangSC-Medium; margin-top: 1.5rem; }
#s_about .con{ height: 7rem; overflow: hidden;}
#s_about .con p{ font-size: .975rem; line-height: 1.95rem; color: #6f6f6f;}
.btn_detail{ position: relative; z-index:1; -webkit-transition: all .5s; transition: all .5s; background: #004f9e; font-size: .9375rem; color: #fff; text-align: center; border-radius: 1.75rem; line-height: 3.125rem; width: 10.3125rem; height: 3.125rem; display: block; text-transform: uppercase; overflow: hidden; margin-top: 2rem;}
.btn_detail:before { content: ""; display:block; width:0; height: 100%; background:#d76003; position: absolute; z-index:-1; right: 0; top: 0;
    -webkit-transition: .38s cubic-bezier(.4,0,.2,1); transition: .38s cubic-bezier(.4,0,.2,1); }
.btn_detail:hover:before { width:100%; right:auto; left:0;}


.s_shuzi{ margin-top: 3rem; margin-bottom: 4rem;}
.s_shuzi ul{ text-align: center; overflow: hidden; font-size: 0; display: flex; justify-content: space-between;}
.s_shuzi ul li{ float: left; overflow: hidden; position: relative; z-index: 1; display: inline-block;}
.s_shuzi ul li .box{  text-align: center; }
.s_shuzi ul li .j_tab{ table-layout: fixed; width: auto;}
.s_shuzi ul li p span{font-family: BarlowCondensed-Medium;color: #004f9e; font-size:3.25rem; margin-bottom:.8rem; text-transform: uppercase;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
.s_shuzi ul li p font{font-family: BarlowCondensed-Medium;color: #004f9e; font-size: 1.75rem; position: relative; top: -1.25rem; margin-left: .75rem;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
.s_shuzi ul li h5{ font-size:.9375rem; margin-top: .8125rem; white-space: normal; line-height: 1.5;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s }


#s_video{ width: 100%; height: 22.5rem; overflow: hidden; background: url(../images/s_video_bg.jpg) center no-repeat; text-align: center;}
#s_video h3{ font-size: 2.25rem; font-family: arial; font-weight: bold; text-transform: uppercase; color: #fff;}
#s_video h4{ font-size: 1.125rem; color: #fff; margin-top: 1rem; margin-bottom: 2.25rem;}
#s_video #bnt_show_video img{ width: 4.875rem;}
/*视频弹窗*/
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999999999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
.tc .j_tab{ table-layout: fixed;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{ display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{ box-sizing:border-box; z-index:999; display: block; position:relative; transform: translateY(-2rem);transition: all 0.5s ease-out; opacity: 0; }
.tc.act .tc-box{ transform: translateY(0); opacity: 1;}
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right:15px; top: 15px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.8); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc_shipin{  width:44rem;  max-width: 90%; margin:0 auto;  background:none; position:relative;}
.tc_shipin video{ width:100%; height:100%;}
.tc_shipin .tc_close{ display:block; width:1.5rem; height:1.5rem; position:absolute; top:-2rem; right:-3rem; border-radius:50%;}
.tc_shipin .tc_close img{ display:block; position:absolute; width:1rem; height:1rem; left:50%; top:50%; margin-top:-.5rem; margin-left:-.5rem; }
.tc_shipin .tc_close:hover img{transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.video-js{ width: 100% !important; height: 100% !important;padding-top: 60% !important;}
.video-js .vjs-tech{position: absolute !important; top: 0; left: 0;}
.video-js .vjs-big-play-button{ left:50% !important; top:50% !important; margin-left:calc(-1.6rem - 5px); margin-top:calc(-1.6rem - 5px); background-color: rgba(0, 0, 0, 0) !important;}
video{ object-fit:fill;}
.vjs-poster{ background-size: cover !important;}


#s_news{}
#s_news .itembox{ margin: 0 -1rem;}
#s_news .item{ width: 33.3333%; float: left; padding: 0 1rem;}
#s_news .item .box{ display: block; background: #efefef; height: 32rem; position: relative;}
#s_news .item .img{}
#s_news .item .img img{ transition: 1s;}
#s_news .item .box:hover .img img{ transform: scale(1.05) rotate(.1deg);}
#s_news .item .tag{ position: absolute; width: 7.1875rem; height: 2.5rem; line-height: 2.5rem; font-size: .9375rem; text-align: center; background: rgba(131,132,133,.85); color: #fff; z-index: 9;}
#s_news .item .txt{ padding: 2rem;}
#s_news .item .txt h5{ font-size: 1.25rem; color: #434343; font-family: PingFangSC-Medium; margin-bottom: .75rem; }
#s_news .time{ font-size: .875rem; color: #6d6d6d; display: block; margin-bottom: 1rem; padding-left: 20px; background: url(../images/ico_date.png) left center no-repeat; background-size: 12px;}
#s_news .item .txt p{ font-size: .875rem; line-height: 1.625rem; height: 3.25rem; overflow: hidden;}
#s_news .item .txt .btn_xq{ font-size: .875rem; color: #6d6d6d; height: 2rem; line-height: 2rem; margin-top: 1.25rem;}
#s_news .item .txt .btn_xq svg{ width: 7px; height: 12px; display: inline-block; vertical-align: middle;}

#s_news .scrollbox{ padding: 2rem; padding-top: 3.75rem; padding-right: 1rem; height: 100%; overflow: hidden;}
#s_news ul{ overflow: auto; height: 100%; padding-right: 1rem;}
#s_news ul li{}
#s_news ul li h5{ font-size: 1.15rem; color: #434343; line-height: 1.75rem; white-space: normal; margin-bottom: .5rem;}
#s_news .scrollbox li span{ margin-bottom: 1.875rem;}
#s_news ul::-webkit-scrollbar {width:3px;height: 8px;background-color: #F5F5F5;}
#s_news ul::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
#s_news ul::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #004f9e;-webkit-box-shadow:none;}

#s_coop{ width: 100%; position: relative; overflow: hidden; border-top: 1px solid #ebebeb; background:#004f9e;}
#s_coop ul{ margin:0 -1.625rem;}
#s_coop ul li{ width: 16.666%; float: left; text-align: center; padding: 0 .5rem;}
#s_coop ul li a{ display: inline-block; position: relative;}
#s_coop ul li .pic{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 1rem;}
#s_coop ul li .pic .j_tab{ table-layout: fixed;}
#s_coop ul li .pic img{mix-blend-mode: multiply;}
#s_coop ul li .txt{ background: url(../images/polo_6_on.png) center no-repeat; background-size: contain; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; transition: .2s;}
#s_coop ul li .txt p{ font-size: 1.125rem; color: #fff;}
#s_coop ul li:nth-child(7){ margin-left: 8.333%;}
#s_coop ul li:nth-child(7),#s_coop ul li:nth-child(8),#s_coop ul li:nth-child(9),#s_coop ul li:nth-child(10),#s_coop ul li:nth-child(11){ margin-top: -2rem;}
#s_coop ul li a:hover .txt{ opacity: 1;}

#s_rukou{ width: 100%; overflow: hidden; background: #efefef;}
#s_rukou ul{ font-size:0; text-align:center; display: flex; justify-content: space-between; align-items: center;}
#s_rukou ul i{ display: inline-block; width: 1px; height: 5.4375rem; background: #dadada;}
#s_rukou ul li{ display:inline-block; *display:inline; *zoom:1; text-align:center}
#s_rukou ul li a{ display: block;}
#s_rukou ul li .box{ display:inline-block; width:4.6875rem; height:4.6875rem; position:relative}
#s_rukou ul li .box span.y1{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;border: #d5d5d5 1px solid;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#s_rukou ul li .box span.y2{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;border: #d5d5d5 1px solid; -moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;opacity: 0;transform: scale(0.7);-webkit-transform: scale(0.7);visibility: hidden;}
#s_rukou ul li h5{font-size:1.25rem;color: #373737;margin-bottom:0.75rem;margin-top:1.375rem;}
#s_rukou ul li p{ font-size:.875rem; color:#7e7e7e; text-transform:uppercase; transform:scale(0.9);}
#s_rukou ul li .icon{ display:inline-block; width:4.6875rem; height:4.6875rem; line-height:4.6875rem; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%;  position:relative; overflow:hidden; -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#s_rukou ul li .icon .con01{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#s_rukou ul li .icon .con02{ content:""; position:absolute; left:-100%; top:0; width:100%; height:100%; -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#s_rukou ul li .icon img{ max-width: 1.875rem; max-height: 1.875rem;}
#s_rukou ul li a:hover .box span.y1 { opacity: 0; transform: scale(1.3); -webkit-transform: scale(1.3); }
#s_rukou ul li a:hover .box span.y2 { opacity: 1; transform: scale(1); -webkit-transform: scale(1); visibility: visible; }
#s_rukou ul li a:hover .icon .con01{ left:100%;}
#s_rukou ul li a:hover .icon .con02{ left:0;}

#foot{ background: #2a2a2a; color: #fff;}
#foot .m{ display: flex; justify-content: space-between; }
#foot .foot_nav{ display: flex; justify-content: space-between; width: 49%; }
.foot_logo{ display: block; margin-bottom: 2rem;}
#foot .item{}
#foot .tt{ font-size: 1.0625rem; color: #fff; margin-bottom: .875rem; font-family: PingFangSC-Medium;}
#foot .con{ margin-bottom: 1.75rem; }
#foot .con p{ font-size: .875rem; color: #838383; line-height: 1.875rem;}
#foot .con>a{ display: block; font-size: .875rem; color:#838383; line-height: 1.875rem; transition: .3s; }
#foot .con>a:hover{ color:#fff;}
.foot_tel{ }
.foot_tel h3{ font-size: 1.75rem; color: #ff8e3d; font-family: BarlowCondensed-SemiBold; font-style: italic; margin-bottom: .5rem; margin-bottom: 1rem;}
.foot_tel p{ font-size: .8125rem; color: #acacae; margin-top: .375rem;}
.foot_tel p img{ width: 1rem; margin-right: 5px;}
#foot .btn_detail{ height: 2.625rem; line-height: 2.625rem; font-size: .875rem; width: 9.375rem;}
.foot_link .tt{ text-transform: uppercase; font-family: arial;}
.foot_link .con{ padding-right: 1.25rem;}
#foot .con::-webkit-scrollbar {width: 1px;height: 8px;background-color: #58585d;}
#foot .con::-webkit-scrollbar-track {border-radius: 10px;background-color: #58585d;}
#foot .con::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #ff8e3d;}
.foot_bot{ border-top: 1px solid #515156; overflow: hidden; margin-top: 2.75rem; padding-top: 1.75rem; padding-bottom: 3rem;}
.copyright{ font-size: .875rem; color: #848486; line-height: 2.5rem; background: #242424; padding: 1.125rem 15px; text-align: center;}
.copyright a:hover{ color:#fff;}


.online_q {  position: fixed; right: 2rem; bottom: 10%; z-index: 9999; transition:.5s; -webkit-transition:.5s;}
.online_q .close{ position:absolute; right: -1rem; font-size: 1rem; color: #969797; opacity: 1; font-weight: normal; display: block;}
.online_q .btn2{width:3.75rem; height:3.75rem; cursor:pointer; position:relative; margin-bottom:5px; }
.online_q .btn-top{ padding:0; transition:.5s; overflow:hidden;}
.online_q .btn-top span{ }
.online_q .btn2 a{  font-size:12px; color:#fff;}
.online_q .btn2 span{display:block; float:left; text-align: center; width:3.75rem; height:3.75rem; line-height: 3.75rem; position:relative; z-index:999;  transition:.3s; -webkit-transition:.3s; background: #717275; border-radius: 50%; overflow: hidden;}
.online_q .btn2:nth-child(2) span{ background: #717275;}
.online_q .btn2:nth-child(3) span{ background: #717275;}
.online_q .btn2:nth-child(4) span{ background: #717275;}
.online_q .btn2:nth-child(5) span{ background: #ea5b24;}
.online_q .btn2:hover span{background: #ea5b24; }
.online_q .open.pic{ position:absolute; background:#ddd; width:100px; height:100px; right:80px; top:50%; margin-top:-50px; text-align:right; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden;}
.online_q .open.pic img{ width:80px; height:80px; margin-top:10px; margin-right:10px;}
.online_q .open.pic h5{ font-size: 12px; color: #777; text-align: center; line-height: 25px;}
.online_q .btn2:hover .open.pic{ opacity:1; right:5rem;visibility:visible;}
.online_q .open.phone{ display:inline-block; height:3.75rem; line-height:3.75rem; z-index:0; color:#fff; font-family:arial; font-size:18px; transition:width 0s; -webkit-transition:width 0s; text-align:left;  width:150px;}
.online_q .btn2:hover .open.phone{transition:.5s; -webkit-transition:.5s; opacity:1; visibility:visible;}
.btn-tel a{ display:block; width:3.75rem; white-space:nowrap; position:absolute; right:0;transition:.5s; -webkit-transition:.5s; overflow:hidden;}
.btn-tel:hover a{ width:200px;}
.online_q .btn-02.btn-tel:hover span{ background:url(../images/piaofu_tel.png) center no-repeat #fff; border:2px solid #037ccf;}
.online_q .open.pic:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #ddd; position:absolute; right:-15px; top:50%; margin-top:-10px;}
.btn2.btn-tel a{ z-index: 1;}
.btn2.btn-tel a:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:#717275; z-index: -1; border-radius: 2.5rem; transition: .3s; }
.online_q .btn2.btn-tel:hover a:before{background: #ea5b24;}
#gotop.hide{height:0; overflow:hidden; display:block !important;}



.n_banner{ background-size: cover !important;position:relative;overflow:hidden;z-index:1; margin-top: 7rem; height: 30.75rem;}
.n_banner .bg{ transition: transform 5800ms ease; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center;}
.n_banner h3{ font-size:2.375rem; color:#fff; color: rgba(255,255,255,.6); font-weight:bold; font-family: BarlowCondensed-Bold;}
.n_banner h4{ font-size:1.625rem; color:#fff; margin:.25rem 0 0 }
.n_banner .box_table .content {display: inline-block;}
.n_title {border-bottom: #e3e4e5 1px solid;padding: 0;position: relative;}
.n_title .m { position: relative }
.n_title .m {position: relative;height: 75px; }
.n_nav { position: relative; }
.n_nav a {display: inline-block;height: 75px;font-size: 1rem;float: left;line-height: 75px;color: #363636;text-align: center;box-sizing: border-box;position: relative;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;margin-right: 2.875rem;}
.n_nav a strong {display: block; position: relative;z-index: 4;height: 75px;line-height: 75px;transition: 0.6s ease-in-out;font-weight: normal;}
.n_nav a:before {content: "";width: 0;height: 3px;position: absolute;bottom: -1px;left: 0;background: #004f9e;transition: 0.6s ease-in-out;}
.n_nav .on:before, .n_nav a:hover:before { width: 100%; }
.n_nav .on, .n_nav a:hover {height: 75px;line-height: 75px;color: #004f9e;}
.layui-col-md4 { height: 75px }
.position {line-height: 75px;left: 0;bottom: 0;color: #8e8e8e;padding-left: 22px;font-size: 12px;background: url(../images/home_icon.png) left 30px no-repeat;}
.position span, .position a, .position i {font-size: 12px;color: #8e8e8e;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i {margin: 0px 3px;font-style: normal;}
.position i img { vertical-align: middle; margin-top: -2px; }
.position em {font-size: 12px;color: #004f9e;font-style: normal;}
.position a:hover {color: #004f9e;}
.n_main_box .main_box { width: 1200px; height: 80px; position: relative; margin: 0 auto; }


/*====移动端导航====*/
#m_n_nav {background:#004f9e;display: none;line-height: 50px;position: relative;z-index: 9;float: left;width: 100%;}
#bnt_back { position: absolute; left: 1rem; top: 0; }
#bnt_back svg { fill: #fff; height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 1rem; top: 0; cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 1.25rem;vertical-align: middle;width: 1.25rem;}
#bnt_sub_nav img { display: block; height: 15px; }

#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 2px 2px rgba(0,0,0,.1);z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #004f9e; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #004f9e; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; margin-bottom: 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a { margin: 0 3px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #004f9e; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #004f9e; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a { color: #004f9e; }
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #004f9e; }
#header.n_header { display: block; opacity: 1; visibility: visible; position: relative; background: #fff; padding: 0 0 0 2.5rem; }
#header.n_header #nav ul li>a { color: #3b3c3d }
#header.n_header #nav ul li>a h3 { font-size: 1.0625rem; }
#header.n_header #nav>ul>li.on>a, #header.n_header #nav ul li:hover>a, #header.n_header.xg #nav ul li.on a>a, #header.n_header.xg #nav ul li:hover >a { color: #004f9e; font-weight: bold }
#header.n_header #nav>ul>li.on>a { background: #004f9e; color: #fff; }
#header.n_header .wailian ul li>a h3 svg { fill: #2c2c2c }
#header.n_header .wailian ul li>a { padding: 38px 1.75rem 0 }
#header.n_header .wailian ul li>a h5 { color: #000000 }
 
.title001{margin-bottom:3.75rem;text-align: center;}
.title001 h3{ font-size:2.25rem; color:#004f9e; font-weight:bold; font-family: BarlowCondensed-Bold;}
.title001 h4{ font-size:1.375rem; color:#373737; margin-top:1rem}

.n_about .fl01{ overflow:hidden}
.n_about .fl01 .left{ width:20.5rem; padding:4rem 0 0}
.n_about .fl01 .left .title001{ text-align:left}
.list_box5 li{ margin:4.375rem 0;}
.list_box5 li h6{ font-size:1rem; color:#514d48; line-height:1.5; margin-bottom:.75rem}
.list_box5 li big{ font-size:3.25rem; color:#004f9e; font-family: BarlowCondensed-Medium;}
.list_box5 li i{ font-size: 1.75rem; color:#004f9e; font-family: BarlowCondensed-Medium; position: relative; top: -1rem; margin-left: 2px;}
.list_box5 li small{ font-size:1rem; color:#514d48; margin-left:.5rem}

.n_about .fl01 .right{ width:calc(100% - 20.5rem); padding:4rem 0 5.25rem 4.375rem; border-left:#dbdbdb 1px solid; }
.n_about .fl01 .right h3{ font-size:1.375rem; color:#004f9e; margin-bottom:1.75rem}

.ar_article{ font-size:.9375rem; color:#686868; line-height:1.875rem; text-align:justify; }
.ar_article p{font-size:.9375rem;color:#686868;line-height:1.875rem; padding-bottom:1.75rem;}	
.ar_article p:last-child{ padding-bottom: 0;}
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:15px; border: 1px solid #c6c5c5; font-size:1rem !important;  font-family:"苹方", PingFangSC-Regular,"微软雅黑", sans-serif !important;}
.ar_article td *,.ar_article th *{ font-size:0.95rem !important;  font-family:"苹方", PingFangSC-Regular,"微软雅黑", sans-serif !important;}
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#363636;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:15px;}

#n_news{ }
#n_news ul{ margin: 0 -1.375rem; overflow: hidden; margin-top: -2.5rem;}
#n_news ul li{ padding: 0 1.375rem; width: 33.333%; float: left; margin-top: 2.5rem;}
#n_news ul li .img,#n_news ul li .img img{ overflow:hidden; width:100%; height:100%; position:relative}
#n_news ul li .img img{ transition:1s; display:block;}
#n_news ul li .img .red-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: 300ms; -webkit-transition: 300ms; }
#n_news ul li .img .red-bg{ background:rgba(255,142,61,0.8);}
#n_news ul li .img .line { display: block; background: #fff; position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms; }
#n_news ul li .img .line_1 { width: 52px; height: 1px; margin: -1px 0px 0px -26px; transform: translateX(-55px); -webkit-transform: translateX(-55px); }
#n_news ul li .img .line_2 { width: 1px; height: 52px; margin: -26px 0px 0px -1px; transform: translateY(55px); -webkit-transform: translateY(55px); }
#n_news ul li:hover .img .red-bg { opacity: 1; visibility: visible; }
#n_news ul li:hover .img .line { transform: translate(0); -webkit-transform: translate(0); opacity: 1; visibility: visible; }
#n_news ul li:hover .img img{ transform:scale(1.05);}
#n_news ul li .txt{ padding:2.25rem 1.875rem; background: #f2f4f5;}
#n_news ul li .txt .time{ font-size: .875rem; color: #b2b2b4; margin-bottom: .5rem; display: block;}
#n_news ul li .txt h5{ font-size: 1.25rem; color: #222225; margin-bottom: 1.125rem;}
#n_news ul li .txt i{ display: block; width: 15px; height: 3px; background: #004f9e; margin-bottom: .75rem; position: relative;}
#n_news ul li .txt i:before{ content: ""; display: block; width: 0; height:100%; background: #ff8e3d; transition: .5s;}
#n_news ul li:hover .txt i:before{ width: 100%;}
#n_news ul li .txt p{ font-size: .875rem; color: #868686; line-height: 1.75rem; height: 3.5rem; overflow: hidden;}
#n_news ul li .btn_more{ display: block; margin-top: .75rem; font-size: .875rem; color: #868686;}


/*翻页*/
.page { text-align:center; margin-top:3.75rem;}
.page li{ display:inline-block; list-style: none; }
.page a{ padding:0 .875rem; min-width: 3.125rem; height:3.125rem; line-height:3rem; display:inline-block; margin:0 0.25rem; border:1px solid #dadbdf; font-size:.875rem; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.page .on{ background:#fe8e3c; border:1px solid #fe8e3c;  color:#fff; }
.page a:hover{ background:#fe8e3c; border:1px solid #fe8e3c;  color:#fff;  }

/*==============分享插件=====================*/
.shart_box{ display:inline-block; float:right; }
#j_shart_s_24 .fx{ position:relative; top:2px;}
#j_shart_s_24 .bds_count{ font-size:12px;}
#j_shart_s_24{ padding-left:50px; position:relative;}
#j_shart_s_24 strong{ display:block; position:absolute; left:0; z-index:2; line-height:36px; font-size:.75rem; color: #7e8080; font-weight:normal;}
#j_shart_s_24 .bds_qzone{background:url(../images/j_shart.png) center -224px no-repeat}
#j_shart_s_24 .bds_tsina{background:url(../images/j_shart.png) center -311px no-repeat}
#j_shart_s_24 .bds_tqq{background:url(../images/j_shart.png) center -195px no-repeat}
#j_shart_s_24 .bds_renren{background:url(../images/j_shart.png) center -340px no-repeat}
#j_shart_s_24 .bds_weixin{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_sqq{background:url(../images/j_shart.png) center -79px no-repeat}
#j_shart_s_24 .bds_fbook{background:url(../images/j_shart.png) center -166px no-repeat}
#j_shart_s_24 .bds_twi{background:url(../images/j_shart.png) center -137px no-repeat}
#j_shart_s_24 .bds_linkedin{background:url(../images/j_shart.png) center -108px no-repeat}
#j_shart_s_24 .bds_tieba{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_huaban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_douban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_copy{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_print{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_mshare{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_count{font-size:12px}

.ar_title {margin-bottom:2.5rem; padding-bottom:1.25rem; position: relative; overflow: hidden;}
.ar_title:before{ content: ""; display: block; width: 100%; height: 3px; background: #f0f0f0; position: absolute; left: 0; bottom: 0;}
.ar_title:after{ content: ""; display: block; width: 9rem; height: 3px; background: #ff8e3d;  position: absolute; left: 0; bottom: 0;}
.ar_title h3{ font-size:1.5rem; color:#424242; margin-bottom:.75rem; line-height: 1.5; }
.ar_title span.time{ font-size:.875rem; color:#7e8080; line-height:2rem;}

/*新闻详情*/
#n_news_xq{ overflow:hidden; padding:3.75rem 2.75rem;  margin: 0 0; background: #fff; max-width: 1400px; margin-left:auto; margin-right: auto;}
.left_news_xq{ width:73.1%; float:left;}
.right_news_tujian{ width:23.3%; float:right; margin-top: -1.5rem;}
.right_news_tujian ul li{ width:100%; margin-top:1.5rem; }
.right_news_tujian ul li a{ display:block; width:100%;}
.right_news_tujian ul li .img{ overflow:hidden; width:100%; border-radius: 3px;}
.right_news_tujian ul li .img img{ width:100%; height:100%; display:block; transition:1s;}
.right_news_tujian ul li:hover .img img{ transform:scale(1.1) rotate(.1deg);}
.right_news_tujian ul li .txt{ padding-top:.75rem; }
.right_news_tujian ul li .txt h5{ font-size:1.125rem; line-height: 1.75rem; color:#333335; margin-bottom:.5rem; transition:.3s; white-space: normal;}
.right_news_tujian ul li .txt h5:hover{ color:#fc8733;}
.right_news_tujian ul li .txt span{ display:block; height:18px; line-height:21px; font-size:.875rem; color:#b2b2b4;}

.ar_fot{ overflow: hidden; margin-top: 2.5rem;}
.ar_fot div{ width:49%; float: left;}
.ar_fot span{ display: inline-block; width: 6.25rem; height: 2.5rem; line-height: 2.5rem; float: left; font-size: .9375rem; background: #bfbfbf; color: #fff; border-radius: 3px; text-align: center; margin-right: .625rem; transition: .3s;}
.ar_fot h5{ line-height: 2.5rem; font-size: .9375rem; color: #303030;}
.ar_fot .next{ float:right;}
.ar_fot .next span{ float: right; margin-left: .625rem;}
.ar_fot .next h5{ text-align: right;}
.ar_fot div:hover span{ background: #ff8e3d;}

.n_tt{margin-bottom:3.125rem;text-align: center;}
.n_tt span{ font-size:2.25rem; color:#004f9e; font-weight:bold; font-family: BarlowCondensed-Bold;}
.n_tt h3{ font-size:1.375rem; color:#373737; margin-top:.75rem}


.sy-v { display: inline-block; position: relative; }
.sy-v .dot { position: relative; border-radius: 100%; width: 6.875rem; height: 6.875rem; margin: 0 auto; border:1px solid #e7e7e7; }
.sy-v .dot .ico { position: relative; height: 100%; transition: 400ms; display:block; text-align:center; line-height:6.875rem;  }
.sy-v .dot .ico img{ max-width:30%; max-height:30%; vertical-align:middle;}
.sy-v .dot:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; transform: rotateX(-60deg); opacity: 0; visibility: hidden; transition: 400ms; border: 1px solid #004f9e; }
.sy-v:hover .dot:before { transform: rotateX(0deg); opacity: 1; visibility: visible; }
.sy-v:hover .dot .ico { transform: translateY(-5px); }
 
.join_top{ padding:2.5rem; border:1px solid #e6e6e6; overflow:hidden; background:#fff;}
.join_top ul{}
.join_top ul li{ width:25%; float:left; text-align:center; position:relative;}
.join_top ul li p{ font-size:.875rem; color:#404040; margin-top:1.25rem;}
.join_top ul li+li:before{ content:""; width:39px; height:15px; display:block; background:url(../images/join_arrow.jpg) center no-repeat; position:absolute; left:0; margin-left:-19px; top:50%; margin-top:-1.5rem;}

.join_bot{}
.join_bot ul{ margin:0 -20px; margin-top: -1.875rem;}
.join_bot ul li{ margin-top:1.875rem; padding:0 20px;}
.join_bot ul li .box{ background:#f3f3f4; padding:2.75rem; position:relative; z-index:1;
background: -moz-linear-gradient(top, #f8f9fa 0%, #e5eaf1 100%);
background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f8f9fa), color-stop(100%,#e5eaf1));
background: -webkit-linear-gradient(top, #f8f9fa 0%,#e5eaf1 100%);
background: -o-linear-gradient(top, #f8f9fa 0%,#e5eaf1 100%);
background: -ms-linear-gradient(top, #f8f9fa 0%,#e5eaf1 100%);
background: linear-gradient(to bottom, #f8f9fa 0%,#e5eaf1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#e5eaf1',GradientType=0 );
}
.join_bot ul li .tt{ padding-bottom:2rem; border-bottom:1px solid #cccdd1; transition:.7s; margin-bottom:1.2rem; position:relative; padding-left:6.18rem; background:url(../images/ren.svg) left top no-repeat; background-size:4.25rem !important;}
.join_bot ul li .tt h5{ font-size:1.125rem; color:#474747; padding-top:.5rem;transition:.7s;}
.join_bot ul li .tt .time{transition:.7s;font-size:.8rem;color:#7e7e7e;background:url(../fonts/ar_title_ico2.svg) left center no-repeat;background-size: 1.1rem !important;line-height:30px;padding-left:1.5rem;display:block;padding-top: 3px;}
.join_bot ul li .btn_toudi{ opacity:0; transition:.7s; position:absolute; text-align:center; right:0; top:0;display:block; width:7.5rem; height:2.1875rem; font-size:.875rem; line-height:2.1875rem; background:#ed9335; color:#fff; border-radius:1.25rem; top:1rem;}
.join_bot ul li .con{ height:10.6rem; overflow:auto; font-size:.875rem; color:#808080; line-height:1.75rem;transition:.7s;}
.join_bot ul li .con .tt2{ font-size:.9375rem; color:#515151; margin-bottom:.6rem;transition:.7s;}
.join_bot ul li .box:before{ content:""; width:100%; height:0; display:block; position:absolute; left:0; bottom:0; background:#004f9e; z-index:-1; transition:.7s; }
.join_bot ul li .box:hover:before{ height:100%; top:0; bottom: auto;}
.join_bot ul li .box:hover .tt{ border-bottom:1px solid rgba(255,255,255,.3);background:url(../fonts/ren_white.svg) left top no-repeat;}
.join_bot ul li .box:hover .tt h5{ color:#fff;}
.join_bot ul li .box:hover .tt .time{ color:#dde0ed; color: rgba(255,255,255,.8); background:url(../fonts/time_white.svg) left center no-repeat;}
.join_bot ul li .box:hover .con{color:#dde0ed; color: rgba(255,255,255,.8);}
.join_bot ul li .box:hover .con .tt2{color:#fff;}
.join_bot ul li .box:hover .btn_toudi{ opacity:1; }
.mCSB_scrollTools .mCSB_draggerRail{ background-color: rgba(255,255,255,.3) !important;}
 
.pro_left{ width:17.5rem; float:left;}
.pro_left ul li{ position: relative; z-index: 1; background:#FFF;}
.pro_left ul li:before{ content: ""; display: block; width: 100%; height: 1px; z-index: -1; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.1);}
.pro_left ul li a{ display:block; text-align:left; overflow:hidden; padding:0.85rem 1.5rem; position:relative; z-index:1; transition:0s;}
.pro_left ul li font{ width:3.125rem; height:3.125rem; background: #fff; overflow: hidden;line-height:3rem; display: inline-block; border-radius:50%; float:left; text-align:center; margin-right:15px; font-size: 0; vertical-align: middle;}
.pro_left ul li font img{  display:block; transition: 400ms; width:100%; height: 100%; border:1px solid #fff; border-radius: 50%;}
.pro_left ul li .img01{}
.pro_left ul li .img02{ display:none;}
.pro_left ul li p{  font-size:1rem; color:#333333; transition: 200ms; line-height:3.125rem; }
.pro_left ul li a:before{ content:""; width:100%; height:0; display:block; position:absolute; left:0; bottom:0; background:#004f9e; z-index:-1; transition:0s; }
.pro_left ul li a:hover:before,.pro_left ul li.on a:before{ height:100%; top:0; bottom: auto;}
.pro_left ul li a:hover .img01,.pro_left ul li.on a .img01{ display:none;}
.pro_left ul li a:hover .img02,.pro_left ul li.on a .img02{ display:inline-block;}
.pro_left ul li a:hover p,.pro_left ul li.on a p{ color:#fff;}

.pro_right{ width:calc(100% - 20.625rem); float:right; margin-bottom:1.5rem;}
.pro_right ul{ overflow: hidden; margin: 0 -9px; margin-top: -20px;}
.pro_right ul li{ width: 25%; float: left; padding: 0 9px; margin-top: 20px;}
.pro_right ul li a{ display: block;}
.pro_right ul li .img{}
.pro_right ul li .img img{transition:1s;}
.pro_right ul li:hover .img img{ transform:scale(1.1) rotate(.1deg);}
.pro_right ul li .txt{ background: #fff; padding: 1.25rem 2.125rem; position: relative; z-index: 1;}
.pro_right ul li .txt h5{ font-size: 1.125rem; color: #484848; margin-bottom: .75rem;}
.pro_right ul li .txt p{ font-size: .75rem; color: #6e6e6e; line-height: 1.25rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro_right ul li .txt:before{ content: ""; display: block; width: 0; height: 3px; background: #004f9e; right: 0; bottom: 0; opacity: 0; transition: .5s; position: absolute;}
.pro_right ul li a:hover .txt:before{opacity: 1; width: 100%; left: 0; right: auto;}

.left_bn{ position: relative; margin-top: 10px;}
.left_bn .img{}
.left_bn .img img{ display: block;transition:1s;}
.left_bn:hover .img img{ transform:scale(1.1) rotate(.1deg);}
.left_bn .txt{ position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; color: #fff; padding-top: 2rem; padding-left: 1.875rem;}
.left_bn .txt span{ font-size: 1.125rem;}
.left_bn .txt h3{ font-size: 1.125rem; margin-bottom: .875rem; margin-top: 4px;}
.left_bn .txt font{ display: block; width: 1.375rem;}


#n_case{ width: 100%; overflow: hidden; }
#n_case ul{ margin-top: -1rem;}
#n_case ul li{ width: 33.333%; float: left; padding: 1rem;}
#n_case ul li a{ display: block; background: #fff;}
#n_case ul li .img{}
#n_case ul li .img img{ transition: 1s;}
#n_case ul li:hover .img img{ transform: scale(1.1) rotate(.1deg);}
#n_case ul li .txt{ padding: 1.5rem 2.5rem; background: #f2f2f2;}
#n_case ul li .txt h5{ font-size: 1.25rem; color: #535353; margin-bottom: .75rem;}
#n_case ul li .txt p{ font-size: .875rem; color: #676565; background: url(../images/ico_tag.png) left center no-repeat; padding-left: 1.5rem; background-size: .875rem;}

#n_coop{}
#n_coop ul{ margin: 0 -.875rem; margin-top: -1.75rem;}
#n_coop ul li{ width: 16.666%; float: left; padding:0 .875rem;margin-top:1.75rem;}
#n_coop ul li a{ display: block; position: relative; background: #fff; height: 13.125rem; text-align: center;}
#n_coop ul li .img{overflow: hidden; line-height: 13.125rem;}
#n_coop ul li .img img{ max-width: 80%; width: auto; height: auto; max-height: 80%;}
#n_coop ul li .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; color: #fff; z-index: 1; font-size: .875rem; line-height: 2rem;}
#n_coop ul li .mask:before{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: rgba(234,91,36,.85); z-index: -1; transition: .7s; }
#n_coop ul li .mask h4{ opacity: 0; visibility: hidden; transform: translateY(15px); transition: .3s; display: inline-block; font-size: 1rem;}
#n_coop ul li a:hover .mask:before{ width: 100%; left: 0; right: auto;}
#n_coop ul li a:hover .mask h4{ opacity: 1; visibility: visible; transform: translateY(0); transition: .5s .3s; }

#n_zizhi{}
#n_zizhi ul{ margin: 0 -.875rem; margin-top: -1.75rem;}
#n_zizhi ul li{ width: 25%; float: left; padding:0 .875rem;margin-top:1.75rem;}
#n_zizhi ul li a{ display: block; position: relative; background: #fff; text-align: center;}
#n_zizhi ul li .pic{overflow: hidden; line-height: 20.625rem; height: 20.625rem;
    background: -moz-linear-gradient(top, #f8f9fa 0%, #e5eaf1 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f8f9fa), color-stop(100%,#e5eaf1));
    background: -webkit-linear-gradient(top, #f8f9fa 0%,#e5eaf1 100%);
    background: -o-linear-gradient(top, #f8f9fa 0%,#e5eaf1 100%);
    background: -ms-linear-gradient(top, #f8f9fa 0%,#e5eaf1 100%);
    background: linear-gradient(to bottom, #f8f9fa 0%,#e5eaf1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#e5eaf1',GradientType=0 );}
#n_zizhi ul li .pic img{ max-width: 70%; max-height: 70%; width: auto; height: auto; }
#n_zizhi ul li h5{ text-align: left; font-size: 1.0625rem; color: #575757; margin-top: 1.5rem; margin-bottom: 1rem;}
#n_zizhi ul li i{ display: block; width: 15px; height: 2px; background: #004f9e;}

.n_case_xq{ max-width: 1200px; margin: 0 auto; background: #fff; padding: 4.375rem 3.75rem;}
.n_case_xq .tt{ font-size: 1.5rem; color: #565656; margin-bottom: 1.75rem;}

.n_fuwu01{ width: 100%; overflow: hidden; background: #f3f4f8;}
.n_fuwu01 .n_tt{ text-align: left;}
.n_fuwu01 .txt{ font-size: .9375rem; color: #616161; line-height: 1.875rem; float: left; width: calc(100% - 30rem); padding-top: 2.5rem;}
.n_fuwu01 .pic{ float: right; width: 26rem;}

.n_fuwu02{ width: 100%; overflow: hidden; background: #fff;}
.n_fuwu02 ul{}
.n_fuwu02 ul li{ overflow: hidden; position: relative;}
.n_fuwu02 .img{ width: 50%; float:left;}
.n_fuwu02 .txt{ width: 50%; float:right; position: absolute; height: 100%; right: 0; top: 0; background: #f3f4f8; padding: 1rem 6.875rem;}
.n_fuwu02 .txt h5{ font-size: 1.5rem; color: #434343; margin-bottom: 1.875rem;}
.n_fuwu02 .txt p{ font-size: .9375rem; color: #606060; line-height: 1.875rem;  position: relative; padding-left: 1.25rem;}
.n_fuwu02 .txt p:before{ content: ""; display: inline-block; width: .625rem; height: .625rem; border: 2px solid #cbcbce; border-radius: 50%; position: absolute; left: 0; top: .625rem;}
.n_fuwu02 ul li:nth-child(even) .img{ float: right;}
.n_fuwu02 ul li:nth-child(even) .txt{ right: auto; left: 0;}

.n_yingxiao{ width: 100%; overflow: hidden; background: #fff;}
.n_yingxiao .n_tt p{ font-size: .9375rem; color: #616161; margin-top: 2.5rem; line-height: 1.5;}
.n_yingxiao ul{}
.n_yingxiao ul li{ overflow: hidden; position: relative;}
.n_yingxiao .img{ width: 50%; float:left;}
.n_yingxiao .img img{ transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }
.n_yingxiao li:hover .img img{ transform: scale(1.05) rotate(.1deg); -webkit-transform: scale(1.05) rotate(.1deg); -moz-transform: scale(1.05) rotate(.1deg); -ms-transform: scale(1.05) rotate(.1deg); -o-transform: scale(1.05) rotate(.1deg); }
.n_yingxiao .txt{ width: 50%; float:right; position: absolute; height: 100%; right: 0; top: 0; background: #f3f4f8; padding: 1rem 4.5rem;}
.n_yingxiao .txt font{ display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; margin-bottom: 1rem;}
.n_yingxiao .txt h5{ font-size: 1.5rem; color: #434343; margin-bottom: 1.875rem;}
.n_yingxiao .txt .con{ font-size: .9375rem; color: #606060; line-height: 1.875rem; }

.n_yingxiao ul li:nth-child(even) .img{ float: right;}
.n_yingxiao ul li:nth-child(even) .txt{ right: auto; left: 0;}

.n_linian01{ width: 100%; overflow: hidden; }
.n_linian01 .n_tt{ text-align: left;}
.n_linian01 .txt{ font-size: .9375rem; color: #616161; line-height: 1.875rem; float: left; width:50%; max-width: 578px; padding-top: 2.5rem;}
.n_linian01 .pic{ float: right; width:47%; text-align: right;}

.n_linian02{ width: 100%; overflow: hidden; border-top: 1px solid #e2e2e2;}
.n_linian02 ul{ margin-top: -2.5rem;}
.n_linian02 ul li{ position: relative; margin-top: 2.5rem; overflow: hidden;}
.n_linian02 ul li .img{ width: 11.875rem; height: 11.875rem; border-radius: 50%; float: left;}
.n_linian02 ul li .img img{transition: 1s;}
.n_linian02 ul li:hover .img img{ transform: scale(1.1) rotate(.1deg);}
.n_linian02 ul li .txt{width: calc(100% - 11.875rem); float: right; height: 100%; padding-left: 1.875rem; position: absolute; right: 0; top: 0;}
.n_linian02 ul li .txt h5{ font-size: 1.25rem; color: #474747; font-family: PingFangSC-Medium; margin-bottom: 1.75rem;}
.n_linian02 ul li .txt span{ font-size: .9375rem; color: #004f9e; line-height: 1.875rem;}
.n_linian02 ul li .txt p{ font-size: .9375rem; color: #616161; line-height: 1.875rem;}


#n_lianxi{}
#n_lianxi .hd{ margin-bottom:3rem;}
#n_lianxi .hd ul{ margin:0 -1.19rem;}
#n_lianxi .hd ul li{ padding:0 1.19rem; padding-bottom:12px;}
#n_lianxi .hd ul li .box{ background:#eceff4; padding:3.75rem; display:block; position:relative;}
#n_lianxi .hd ul li .img{ float:left; width:9.6875rem; height:9.6875rem; border-radius:50%;}
#n_lianxi .hd ul li .txt{ height:9.6875rem; float:right; width:calc(100% - 9.6875rem); padding-left:2rem;}
#n_lianxi .hd ul li .txt .j_tab{ table-layout:fixed;}
#n_lianxi .hd ul li .txt .tt{ margin-bottom:1.5rem; font-size:1.375rem; color:#3a3a3a;}
#n_lianxi .hd ul li .txt p{ font-size:.875rem; color:#3a3a3a; line-height:1.875rem;}
#n_lianxi .hd ul li.slick-current .box{ background:#004f9e;}
#n_lianxi .hd ul li.slick-current .box .txt .tt{ color:#fff;}
#n_lianxi .hd ul li.slick-current .box .txt p{ color:#fff;}

#n_lianxi .hd ul li.slick-current .box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 12px solid #004f9e;
    position: absolute;
    right: 50%;
    bottom: -24px;
    margin-right: -12px;
}
 


#n_licheng{ width:100%; overflow:hidden; position:relative; z-index: 1; padding-bottom: 0; }
#n_licheng .left_tt{ background: url(../images/left_tt2.jpg) center no-repeat;}
#n_licheng .m{  }
#n_licheng ul{ position: relative; display: block; max-height: 54rem; overflow: auto; padding-top: 2rem; padding-bottom: 2rem; }
#n_licheng ul::-webkit-scrollbar{ display: none;}
/*#n_licheng ul:after {content:""; width:1px; height:calc(100% + 90px); background:#dedede; display:block; position:absolute; top:-30px; left:5.9375rem;}*/
#n_licheng ul li{ position: relative; margin-top:2.5rem;}
#n_licheng ul li .year{ position:absolute; z-index:9; width:5.9375rem; top:0;  height:30px; line-height:30px; text-align:center; }
#n_licheng ul li .year span{ font-size:2.125rem; color:#004f9e; font-family: BarlowCondensed-SemiBold; transition:.2s; position: absolute; left: 0;}
#n_licheng ul li .year:before{ content:""; width:16px; height:16px; background:#fff; border:3px solid #e2e2e2; display:block; border-radius:50%; position:absolute; top:50%; margin-top:-8px; right:-8px; }
#n_licheng ul li .year:after{ content:""; width:1rem; height:2.625rem; background-size: contain; display:block; position:absolute; top:calc(50% + 1rem); right:-1rem; transition:.5s;}
#n_licheng ul li:hover .year:before{ border:3px solid #004f9e;}
#n_licheng ul li.slick-current .year span{ color:#d9000f; font-size:1.625rem;}
#n_licheng ul li:after{ content:""; width:1px; height:calc(100% + 10rem); background:#d0d1d3; display:block; position:absolute; top:-5rem; left:5.9375rem;}
#n_licheng ul li .txt{ margin-left:6.875rem;  font-size:.9375rem; color:#6a6a6a; position:relative; transition: .2s;}
#n_licheng ul li .txt dl{ margin:0; overflow: hidden; padding-left: 20px;}
#n_licheng ul li .txt dt{ float: left; margin-right: .625rem; line-height:1.625rem; position: relative;}
#n_licheng ul li .txt dd{ float: left; line-height:1.625rem; margin-bottom: 1.5rem;}
#n_licheng ul li:hover .txt{ }
#n_licheng ul li:hover .year span{ } 
#n_licheng ul li .txt dt:before{ content: ""; display: block; width: 4px; height: 8px; background: url(../images/ico_ar.png) center no-repeat; position: absolute; left: -20px; top: 10px;}


.left_con2{ width: 23.125rem; float: left;}
.right_con2{ width: calc(100% - 23.125rem); padding-left: 7rem; float: right; }
.left_tt{ height: 220px; background: url(../images/left_tt.jpg) center no-repeat; text-align: center; position: relative;}
.left_tt:before{ content: ""; width: 302px; height: 100%; position: absolute; right: 100%; top: 0; background: url(../images/dayanta.jpg) right center no-repeat;}
.left_tt .con{ text-align: left; display: inline-block;}
.left_tt span{ font-size:2rem; color:#fff; font-weight:bold; font-family: BarlowCondensed-Bold;}
.left_tt h3{ font-size:1.5rem;font-family: PingFangSC-Medium; color:#fff; margin-top:.75rem}


#n_licheng .left_bn{ position: relative; margin-top: 0;}
#n_licheng .left_bn img{ display: block;}
#n_licheng .left_bn .txt{ position: absolute; bottom: 0; left: 0; top: auto; width: 100%; height:40%; padding-left: 40px; padding-top: 110px;  }
#n_licheng .left_bn .txt span{ font-size: 2.125rem; color: #fff; color: rgba(255,255,255,.3); display: block; margin-bottom: 20px; text-transform: uppercase; font-family: BarlowCondensed-SemiBold; }
 
#n_wenhua{}
#n_wenhua ul{ margin: -4px;}
#n_wenhua ul li{ padding: 4px;}
#n_wenhua ul li .box{ height: 20.375rem; padding: 3rem; padding-right: 2rem; color: #454545; position: relative;}
#n_wenhua ul li.li_1 .box{ height: 22.5rem; background: url(../images/n_wenhua01.jpg) center no-repeat; background-size: cover; color: #fff;}
#n_wenhua ul li.li_2 .box{ background:#1d7bb4; color: #fff;}
#n_wenhua ul li.li_3 .box{ background:#ffffff;}
#n_wenhua ul li.li_4 .box{ background:#004f9e; color: #fff;}
#n_wenhua ul li.li_5 .box{ background:#d8dee2;}
#n_wenhua ul li.li_6 .box{ height: 22.5rem; background: url(../images/n_wenhua06.jpg) center no-repeat; background-size: cover;}
#n_wenhua ul li.li_7 .box{ height: 22.5rem; background: url(../images/n_wenhua07.jpg) center no-repeat; background-size: cover; color: #fff;}

#n_wenhua ul li .tt{}
#n_wenhua ul li .tt font{ display: block; margin-bottom: 1.125rem; height: 1.75rem;}
#n_wenhua ul li .tt h5{ margin-bottom: .5rem; font-size: 1.125rem;}
#n_wenhua ul li .tt span{ font-size: 1rem;font-family: BarlowCondensed-Medium;}
#n_wenhua ul li .con{ font-size: 1.375rem; line-height: 1.5; margin-top: 2.25rem; }
#n_wenhua ul li.li_3 .con{color: #004f9e;}
#n_wenhua ul li.li_5 .con{color: #004f9e;}
#n_wenhua ul li.li_6 .con{color: #004f9e;}

.n_pro_xq{ max-width: 1200px; margin: 0 auto; background: #fff; padding: 4.375rem 3.75rem;}
.n_pro_xq .btn_xiadan{ display: none;}
.pic_slide{ }
.pic_slide .hd{}
.pic_slide .hd img{ width: 100%; height: 100%;}
.pic_slide .bd{ margin-top: 12px; padding: 0 1.625rem; position: relative;} 
.pic_slide .bd li{ padding: 0 3px; cursor: pointer;}
.pic_slide .bd li.slick-current img{ border: 2px solid #004f9e;}
.pic_slide .bd img{ width: 100%; height: 100%;}
.n_pro_xq .left{ width: 26.875rem; float: left;}
.n_pro_xq .right{ width:calc(100% - 26.875rem); float: right;}
.n_pro_xq .txt{ padding-left: 3.625rem; padding-top: 1.5rem;}
.n_pro_xq .txt .tt{ font-size: 1.625rem; color: #535353; margin-bottom: 2rem; line-height: 1.5;}
.n_pro_xq .txt .con{ font-size: .875rem; color: #737373; line-height: 1.75rem; margin-bottom: 3.375rem;}

.n_pro_xq .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); opacity:1;
	display:block; width: .5rem; height: 15px; background-size:.5rem !important; margin-top: -7.5px;}
.n_pro_xq .slick-prev{ background:url(../images/pro_xq_left.png) left center no-repeat; background-size: contain; left:-1.625rem;
	transition:300ms;-webkit-transition:300ms;}
.n_pro_xq .slick-next{ background:url(../images/pro_xq_right.png) right center no-repeat; background-size: contain; right:-1.625rem;
	transition:300ms;-webkit-transition:300ms;}
.slick-prev:before, .slick-next:before{ display:none;}


.btn_xiadan{ display: block; width:11.5625rem; height: 3.125rem; text-align: center; line-height: 3.125rem; border-radius: 1.5rem; background: #004f9e; color: #fff;position: relative; z-index:1; -webkit-transition: all .5s; transition: all .5s; overflow: hidden;}
.btn_xiadan i{ display: inline-block; width: 1rem; height: 1.125rem; background: url(../images/ico_xiadan.png) center no-repeat; background-size: 1rem; vertical-align: middle; margin-right: 7px;}
.btn_xiadan:before { content: ""; display:block; width:0; height: 100%; background:#d76003; position: absolute; z-index:-1; right: 0; top: 0;
    -webkit-transition: .38s cubic-bezier(.4,0,.2,1); transition: .38s cubic-bezier(.4,0,.2,1); }
.btn_xiadan:hover:before { width:100%; right:auto; left:0;}

.pro_xq_bot{margin-top: 3rem; padding-top: 3.125rem; border-top: 1px solid #e8e8e8;}
.pro_xq_bot .left2{ width:calc(100% - 17.25rem); float: left; padding-right: 2.5rem;}
.pro_xq_bot .right2{ width:17.1875rem ; float: right;}
.pro_tuijian{ }
.pro_tuijian .tt{ margin-bottom: 1.625rem;}
.pro_tuijian .tt span{ font-size: 1.75rem; color: #004f9e; font-family: BarlowCondensed-SemiBold; }
.pro_tuijian .tt h3{ font-size: 1.375rem; color: #373737; margin-top: .5rem;}
.pro_tuijian ul li{ margin-bottom: 20px;}
.pro_tuijian ul li a{ display: block;}
.pro_tuijian ul li .img{}
.pro_tuijian ul li .img img{transition:1s;}
.pro_tuijian ul li:hover .img img{ transform:scale(1.1) rotate(.1deg);}
.pro_tuijian ul li .txt{ background: #f3f4f8; padding: 1.25rem 1.375rem; position: relative; z-index: 1;}
.pro_tuijian ul li .txt h5{ font-size: 1.125rem; color: #484848; margin-bottom: .75rem;}
.pro_tuijian ul li .txt p{ font-size: .75rem; color: #6e6e6e; line-height: 1.25rem;}
.pro_tuijian ul li .txt:before{ content: ""; display: block; width: 0; height: 3px; background: #004f9e; right: 0; bottom: 0; opacity: 0; transition: .5s; position: absolute;}
.pro_tuijian ul li a:hover .txt:before{opacity: 1; width: 100%; left: 0; right: auto;}












 
